acspyexmplFridgeNCSupplier
index
/diska/alma_tmp/ACS/LGPL/CommonSoftware/acspyexmpl/src/acspyexmplFridgeNCSupplier.py

DESCRIPTION
This trivial example shows how to publish notification channel events in
Python using the standard FRIDGE::temperatureDataBlockEvent example. In particular,
50 events are sent, pausing for one second between each event.
 
WHAT CAN I GAIN FROM THIS EXAMPLE?
- Supplier class usage.
- Publishing events.
 
LINKS
-

 
Modules
       
FRIDGE

 
Functions
       
sleep(...)
sleep(seconds)
 
Delay execution for a given number of seconds.  The argument may be
a floating point number for subsecond precision.

 
Data
        LOGGER = <Acspy.Common.Log.Logger instance at 0xb7b8a02c>